projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d576c7
)
* src/pdumper.c (dump_do_dump_relocation): Fix 'lambda_gc_guard' fill value.
author
Andrea Corallo
<andcor03@e112547.nice.arm.com>
Mon, 8 Jun 2020 22:06:33 +0000
(
00:06
+0200)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 8 Jun 2020 20:51:24 +0000
(21:51 +0100)
Given 'lambda_gc_guard' is in use for sanity checking fill it with t
as value.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 92ac96a8faa9f4bccf26aa9d82e988900e8a4a26..8cb9284c014acdb195272533b66dad05d851297e 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-5367,7
+5367,7
@@
dump_do_dump_relocation (const uintptr_t dump_base,
&(comp_u->data_imp_relocs[XFIXNUM (lambda_data_idx)]);
eassert (EQ (*fixup, Qlambda_fixup));
*fixup = tem;
- Fputhash (tem, Q
nil
, comp_u->lambda_gc_guard);
+ Fputhash (tem, Q
t
, comp_u->lambda_gc_guard);
}
break;
}